func internal/runtime/maps.newGroups
5 uses
internal/runtime/maps (current package)
group.go#L318: func newGroups(typ *abi.MapType, length uint64) groupsReference {
map.go#L599: grp := newGroups(typ, 1)
map.go#L801: newGroup := groupReference{data: newGroups(typ, 1).data}
table.go#L103: t.groups = newGroups(typ, groupCount)
table.go#L1302: newGroups := newGroups(typ, oldGroups.lengthMask+1)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)